From ca3238ff3cdc9ecf061dac07e6ab2cc9a433c5e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 12 Jun 2008 22:01:07 +0000 Subject: [PATCH] fixed indentation and misplaced ' spotted by Jan Heller. * docs/index-static.html.in: fixed indentation and misplaced ' spotted by Jan Heller. svn path=/trunk/; revision=334 --- ChangeLog | 5 +++++ docs/index-static.html.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a30005..8a61e91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-12 Øyvind Kolås + + * docs/index-static.html.in: fixed indentation and misplaced ' spotted + by Jan Heller. + 2008-06-12 Øyvind Kolås * docs/index-static.html.in: moved the BABL_TOLERANCE documentation diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 2515405..eb8cf64 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -186,7 +186,7 @@ created during BablCore bootstrap is RGBA (linear light RGB, 0.0 - 1.0, with a linear 0.0 - 1.0 opacity channel) backed by the double datatype. Defined similarily to scRGB' using + href='http://en.wikipedia.org/wiki/ScRGB_color_space'>scRGB using 64bit floating point.

@@ -219,7 +219,7 @@ int width = 123, height = 581, pixel_count = width * height; const Babl *srgb = babl_format ("R'G'B' u8"); const Babl *lab = babl_format ("CIE Lab float"); -const Babl *rgb_to_lab_fish = babl_fish ( srgb, lab); +const Babl *rgb_to_lab_fish = babl_fish (srgb, lab); float *lab_buffer; unsigned char *srgb_buffer; -- 2.30.2